body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.452)
}

.Logo{
    float: left;
    line-height: 0;
    margin: 0 20px;
    order: -1;
}

.navbar {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background: #ffffff;
  color: #ee0f0f;
  padding: 10px;
  justify-content: right;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;

}

.navbar a {
    float: left;
    display: block;
    color: rgb(54, 175, 24);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;

}

.navbar a:hover {
    background-color:rgba(5, 126, 21, 0.952);
    color: rgb(255, 255, 255);
}

.dropdown {
    float: left;
    overflow: hidden;

}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: rgb(54 ,175 ,24);
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a, .dropdown:hover .dropbtn {
    background-color: rgb(255, 255, 255);
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #215012;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(21, 231, 56, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: rgb(12, 151, 47);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #1a662d;
}

.dropdown:hover .dropdown-content {
    display: block;
}

h2{
    color: hsl(108, 73%, 19%);
}
.body{

    color: hsl(108, 73%, 19%);

}
body{
    text-decoration-color: rgb(0, 0, 0);
    font-size: medium;
text-transform: capitalize;
}
h1{
    color: hsl(108, 73%, 19%);

}
body{
    scroll-behavior: auto;
    font-display:none ;
}
.crossfit{
    padding: 40%;
font-size: 99%;
color: aqua;}
img{
    display: block;
    margin-left: auto;
    margin-right: auto;

}
p.border{
    border-style: outset;

}
P.C{
    font-size: 20px;
}
li{
    font-size: 20px;

}
  html{
    width: fit-content;
  }

  .edit_li{
    margin: 17px;
  }

  .footer {
              background-color: #fff;
              color: #198754;
              padding: 10px;
              text-align: center;
              display: flex;
              justify-content: space-between;
              align-items: center;
          }

          .footer-left,
          .footer-center,
          .footer-right {
              flex: 1;
          }

          .footer-left {
              text-align: left;
          }

          .footer-center {
              text-align: center;
          }

          .footer-right {
              text-align: right;
              color: #198754;
          }

          .footer-icons a {
              color: #198754;
              margin: 0 10px;
              text-decoration: none;
              font-size: 18px;
          }
